home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libio / strstrea.cc < prev   
Encoding:
Text File  |  1995-01-18  |  379 b   |  17 lines

  1. *** orig/libgplus.262/libio/strstrea.cc    Sun Dec 18 18:48:10 1994
  2. --- src/libgplus.262/libio/strstrea.cc    Sun Dec 18 18:48:24 1994
  3. ***************
  4. *** 27,33 ****
  5. --- 27,37 ----
  6.   #ifdef __GNUG__
  7.   #pragma implementation
  8.   #endif
  9. + #ifndef __MSDOS__
  10.   #include "iostreamP.h"
  11. + #else
  12. + #include "iostreaP.h"
  13. + #endif
  14.   #include "strstream.h"
  15.   #include <string.h>
  16.   
  17.